home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / winlist.dxr / 00011_Tool Box.ls < prev    next >
Encoding:
Text File  |  2000-01-18  |  168 b   |  9 lines

  1. on PackWithReturns
  2.   xMember = "window list field"
  3.   xText = " "
  4.   repeat with rc = 1 to 100
  5.     xText = xText & RETURN
  6.   end repeat
  7.   member(xMember).text = xText
  8. end
  9.